-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to work with Chainer 5.1.0 and Python 3 #18
base: master
Are you sure you want to change the base?
Updates to work with Chainer 5.1.0 and Python 3 #18
Conversation
…tions for space groups to test_garray.py and test_gfunc.py
Hi, I use python Python 2.7.15 and I change the code according to this. But one error is thrown out as the following: |
@Ning0Luo unfortunately all my changes above were tested against Python 3.6.7, and I'm not sure what specific versions of the necessary packages you're using. I suspect you just need to upgrade a package. Do you have the full stacktrace, so we can see what specific line threw that error? |
Hi, the full stack trace is the following: ======================================================================
|
The following changes allowed me to run gconv_experiments using:
Addresses many of the issues mentioned in #13 .
Feel free to close PR if you don't want to merge, but I thought I'd put this here for others who might find it useful. Thanks!